home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / u_heap.zip / UMB_HEAP.HDR < prev    next >
Text File  |  1992-01-18  |  197b  |  12 lines

  1. {$A+,B-,D-,E-,F-,G-,I-,L-,N-,O-,R-,S+,V+,X-}
  2.  
  3. Unit UMB_Heap;
  4.  
  5. interface
  6.  
  7.   Procedure Extend_Heap;        { Use Upper Memory Blocks to extend the heap }
  8.  
  9. var
  10.   UMB_Heap_Debug : Boolean;
  11.  
  12.